reflect.abiSeq.regAssign (method)
4 uses
reflect (current package)
abi.go#L149: if !a.regAssign(t, 0) {
abi.go#L198: func (a *abiSeq) regAssign(t *abi.Type, offset uintptr) bool {
abi.go#L232: return a.regAssign(tt.Elem, offset)
abi.go#L240: if !a.regAssign(f.Typ, offset+f.Offset) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |